home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / dbus-1 / system.d / com.ubuntu.SystemService.conf < prev    next >
Text File  |  2009-10-15  |  483b  |  17 lines

  1. <!DOCTYPE busconfig PUBLIC
  2.  "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  3.  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  4. <busconfig>
  5.         <policy user="root">
  6.                 <allow own="com.ubuntu.SystemService"/>
  7.         </policy>
  8.  
  9.     <policy context="default">
  10.             <allow send_interface="com.ubuntu.SystemService"/>
  11.         <allow receive_interface="com.ubuntu.SystemService"
  12.                   receive_sender="com.ubuntu.SystemService"/>
  13.     </policy>
  14.  
  15. </busconfig>
  16.  
  17.